From: Paul Donald Date: Thu, 21 Nov 2024 17:55:02 +0000 (+0100) Subject: luci-app-ddns: excise luci-lua-runtime depends X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=891e2d803ea92f74b52ca4fba028a8faade97346;p=project%2Fluci.git luci-app-ddns: excise luci-lua-runtime depends was commit 8efe23f3be44a28b872f2cb78b5bac5c8ff7e0a3 Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index a2d5935b16..176a3ffb80 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -12,7 +12,7 @@ PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ansuel Smith LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts) -LUCI_DEPENDS:=+luci-base +luci-lua-runtime +ddns-scripts +LUCI_DEPENDS:=+luci-base +ddns-scripts include ../../luci.mk